﻿2026-07-08T22:40:51.9036631Z Current runner version: '2.335.1'
2026-07-08T22:40:51.9044453Z Runner name: 'kitsubito'
2026-07-08T22:40:51.9045364Z Runner group name: 'Default'
2026-07-08T22:40:51.9046434Z Machine name: 'KITSUBITO'
2026-07-08T22:40:51.9050147Z ##[group]GITHUB_TOKEN Permissions
2026-07-08T22:40:51.9053182Z Contents: read
2026-07-08T22:40:51.9053889Z Metadata: read
2026-07-08T22:40:51.9054537Z Packages: read
2026-07-08T22:40:51.9055176Z ##[endgroup]
2026-07-08T22:40:51.9057714Z Secret source: Actions
2026-07-08T22:40:51.9058592Z Prepare workflow directory
2026-07-08T22:40:51.9631757Z Prepare all required actions
2026-07-08T22:40:51.9671524Z Getting action download info
2026-07-08T22:40:52.3314993Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-08T22:40:52.9474838Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-08T22:40:53.0741500Z ##[group]Run actions/checkout@v5
2026-07-08T22:40:53.0742312Z with:
2026-07-08T22:40:53.0742717Z   fetch-depth: 0
2026-07-08T22:40:53.0743237Z   repository: SaberMage/spt-core
2026-07-08T22:40:53.0747092Z   token: ***
2026-07-08T22:40:53.0747521Z   ssh-strict: true
2026-07-08T22:40:53.0747950Z   ssh-user: git
2026-07-08T22:40:53.0748394Z   persist-credentials: true
2026-07-08T22:40:53.0748847Z   clean: true
2026-07-08T22:40:53.0749489Z   sparse-checkout-cone-mode: true
2026-07-08T22:40:53.0749976Z   fetch-tags: false
2026-07-08T22:40:53.0750376Z   show-progress: true
2026-07-08T22:40:53.0750777Z   lfs: false
2026-07-08T22:40:53.0751149Z   submodules: false
2026-07-08T22:40:53.0751567Z   set-safe-directory: true
2026-07-08T22:40:53.0752342Z ##[endgroup]
2026-07-08T22:40:53.2945004Z Syncing repository: SaberMage/spt-core
2026-07-08T22:40:53.2948110Z ##[group]Getting Git version info
2026-07-08T22:40:53.2949697Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T22:40:53.2951391Z [command]/usr/bin/git version
2026-07-08T22:40:53.2956822Z git version 2.43.0
2026-07-08T22:40:53.2977318Z ##[endgroup]
2026-07-08T22:40:53.2991919Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/372e4245-744a-49e6-9444-638a1ef9b8d1' before making global git config changes
2026-07-08T22:40:53.2994228Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T22:40:53.2996094Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T22:40:53.3053711Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T22:40:53.3091610Z https://github.com/SaberMage/spt-core
2026-07-08T22:40:53.3107088Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T22:40:53.3110651Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T22:40:53.3150330Z refs/heads/main
2026-07-08T22:40:53.3160407Z [command]/usr/bin/git checkout --detach
2026-07-08T22:40:53.3570976Z HEAD is now at 0f0bc6e75 docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:40:53.3652356Z [command]/usr/bin/git branch --delete --force main
2026-07-08T22:40:53.3710734Z Deleted branch main (was 0f0bc6e75).
2026-07-08T22:40:53.3716497Z ##[endgroup]
2026-07-08T22:40:53.3720985Z [command]/usr/bin/git submodule status
2026-07-08T22:40:53.3968242Z ##[group]Cleaning the repository
2026-07-08T22:40:53.3970077Z [command]/usr/bin/git clean -ffdx
2026-07-08T22:40:53.7684332Z Removing target/
2026-07-08T22:40:53.7698632Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T22:40:53.7829385Z HEAD is now at 0f0bc6e75 docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:40:53.7837409Z ##[endgroup]
2026-07-08T22:40:53.7839539Z ##[group]Disabling automatic garbage collection
2026-07-08T22:40:53.7844166Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T22:40:53.7892330Z ##[endgroup]
2026-07-08T22:40:53.7893504Z ##[group]Setting up auth
2026-07-08T22:40:53.7901803Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T22:40:53.7947010Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T22:40:53.8216735Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T22:40:53.8277017Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T22:40:53.8562440Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T22:40:53.8619799Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T22:40:53.8902393Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T22:40:53.8951947Z ##[endgroup]
2026-07-08T22:40:53.8954478Z ##[group]Fetching the repository
2026-07-08T22:40:53.8964928Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e9ac0c08df00198101ab070db5c7d9288a2cf5a2:refs/remotes/pull/61/merge
2026-07-08T22:40:54.8108447Z From https://github.com/SaberMage/spt-core
2026-07-08T22:40:54.8109849Z  * [new branch]          feat/musl-w1-platform-registry           -> origin/feat/musl-w1-platform-registry
2026-07-08T22:40:54.8114537Z  * [new ref]             e9ac0c08df00198101ab070db5c7d9288a2cf5a2 -> pull/61/merge
2026-07-08T22:40:54.8171177Z ##[endgroup]
2026-07-08T22:40:54.8171802Z ##[group]Determining the checkout info
2026-07-08T22:40:54.8172317Z ##[endgroup]
2026-07-08T22:40:54.8183478Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T22:40:54.8252147Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T22:40:54.8283149Z ##[group]Checking out the ref
2026-07-08T22:40:54.8286179Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/61/merge
2026-07-08T22:40:54.8488252Z Previous HEAD position was 0f0bc6e75 docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:40:54.8491018Z HEAD is now at e9ac0c08d Merge a05d4ff67e1544aa66b31642f325746975f64673 into 0f0bc6e75d00363bda0b4dfdd9eb63e96424ee7b
2026-07-08T22:40:54.8502617Z ##[endgroup]
2026-07-08T22:40:54.8568539Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T22:40:54.8614860Z e9ac0c08df00198101ab070db5c7d9288a2cf5a2
2026-07-08T22:40:54.8833669Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-08T22:40:54.8834304Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-08T22:40:54.8854703Z shell: /usr/bin/bash -e {0}
2026-07-08T22:40:54.8855085Z ##[endgroup]
2026-07-08T22:40:54.8998278Z ##[group]Run set -euo pipefail
2026-07-08T22:40:54.8998699Z [36;1mset -euo pipefail[0m
2026-07-08T22:40:54.8999100Z [36;1mPIN=0c95435[0m
2026-07-08T22:40:54.8999422Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-08T22:40:54.8999763Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-08T22:40:54.9000206Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-08T22:40:54.9000736Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-08T22:40:54.9001280Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-08T22:40:54.9001727Z [36;1m  rm -rf "$CACHE"[0m
2026-07-08T22:40:54.9002042Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-08T22:40:54.9002401Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-08T22:40:54.9002820Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-08T22:40:54.9003283Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-08T22:40:54.9003589Z [36;1mfi[0m
2026-07-08T22:40:54.9004041Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T22:40:54.9021870Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-08T22:40:54.9022323Z env:
2026-07-08T22:40:54.9022652Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-08T22:40:54.9023016Z ##[endgroup]
2026-07-08T22:40:55.7973007Z    Compiling proc-macro2 v1.0.106
2026-07-08T22:40:55.7973530Z    Compiling quote v1.0.45
2026-07-08T22:40:55.7973778Z    Compiling unicode-ident v1.0.24
2026-07-08T22:40:55.7974030Z    Compiling libc v0.2.186
2026-07-08T22:40:55.7974260Z    Compiling serde_core v1.0.228
2026-07-08T22:40:55.7974508Z    Compiling cfg-if v1.0.4
2026-07-08T22:40:55.7974741Z    Compiling serde v1.0.228
2026-07-08T22:40:55.7974979Z    Compiling log v0.4.32
2026-07-08T22:40:55.7975379Z    Compiling pin-project-lite v0.2.17
2026-07-08T22:40:55.7977104Z    Compiling typenum v1.20.1
2026-07-08T22:40:55.8006077Z    Compiling portable-atomic v1.13.1
2026-07-08T22:40:55.8064656Z    Compiling memchr v2.8.1
2026-07-08T22:40:55.8208176Z    Compiling version_check v0.9.5
2026-07-08T22:40:55.8211715Z    Compiling shlex v2.0.1
2026-07-08T22:40:55.8230278Z    Compiling find-msvc-tools v0.1.9
2026-07-08T22:40:55.9376298Z    Compiling critical-section v1.2.0
2026-07-08T22:40:55.9550438Z    Compiling futures-core v0.3.32
2026-07-08T22:40:56.0841900Z    Compiling bytes v1.11.1
2026-07-08T22:40:56.1031797Z    Compiling subtle v2.6.1
2026-07-08T22:40:56.1830849Z    Compiling equivalent v1.0.2
2026-07-08T22:40:56.2001788Z    Compiling smallvec v1.15.1
2026-07-08T22:40:56.2097932Z    Compiling itoa v1.0.18
2026-07-08T22:40:56.2650960Z    Compiling semver v1.0.28
2026-07-08T22:40:56.4061148Z    Compiling stable_deref_trait v1.2.1
2026-07-08T22:40:56.4386016Z    Compiling generic-array v0.14.7
2026-07-08T22:40:56.4503918Z    Compiling futures-sink v0.3.32
2026-07-08T22:40:56.4578400Z    Compiling futures-io v0.3.32
2026-07-08T22:40:56.4963283Z    Compiling slab v0.4.12
2026-07-08T22:40:56.5121279Z    Compiling futures-task v0.3.32
2026-07-08T22:40:56.5742145Z    Compiling futures-channel v0.3.32
2026-07-08T22:40:56.6101730Z    Compiling rand_core v0.10.1
2026-07-08T22:40:56.6171122Z    Compiling rustversion v1.0.22
2026-07-08T22:40:56.7272444Z    Compiling bitflags v2.12.1
2026-07-08T22:40:56.7930730Z    Compiling hashbrown v0.17.1
2026-07-08T22:40:56.8060035Z    Compiling cpufeatures v0.2.17
2026-07-08T22:40:56.8751321Z    Compiling getrandom v0.4.2
2026-07-08T22:40:56.8920841Z    Compiling fnv v1.0.7
2026-07-08T22:40:56.8980580Z    Compiling cfg_aliases v0.2.1
2026-07-08T22:40:56.9568745Z    Compiling rustc_version v0.4.1
2026-07-08T22:40:56.9664777Z    Compiling strsim v0.11.1
2026-07-08T22:40:56.9831233Z    Compiling litemap v0.8.2
2026-07-08T22:40:56.9833386Z    Compiling writeable v0.6.3
2026-07-08T22:40:57.1074986Z    Compiling utf8_iter v1.0.4
2026-07-08T22:40:57.2680511Z    Compiling fs_extra v1.3.0
2026-07-08T22:40:57.2812619Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T22:40:57.2844371Z    Compiling dunce v1.0.5
2026-07-08T22:40:57.2953583Z    Compiling icu_properties_data v2.2.0
2026-07-08T22:40:57.3441408Z    Compiling ident_case v1.0.1
2026-07-08T22:40:57.3750850Z    Compiling autocfg v1.5.1
2026-07-08T22:40:57.5080507Z    Compiling percent-encoding v2.3.2
2026-07-08T22:40:57.7881150Z    Compiling http v1.4.1
2026-07-08T22:40:57.8515392Z    Compiling aws-lc-rs v1.17.0
2026-07-08T22:40:57.8839237Z    Compiling cpufeatures v0.3.0
2026-07-08T22:40:57.9472490Z    Compiling thiserror v2.0.18
2026-07-08T22:40:57.9650538Z    Compiling unicode-segmentation v1.13.3
2026-07-08T22:40:58.0900735Z    Compiling syn v2.0.117
2026-07-08T22:40:58.1290452Z    Compiling scopeguard v1.2.0
2026-07-08T22:40:58.1983696Z    Compiling chacha20 v0.10.0
2026-07-08T22:40:58.2274575Z    Compiling lock_api v0.4.14
2026-07-08T22:40:58.2480578Z    Compiling form_urlencoded v1.2.2
2026-07-08T22:40:58.2741877Z    Compiling untrusted v0.9.0
2026-07-08T22:40:58.2961439Z    Compiling heck v0.5.0
2026-07-08T22:40:58.3320930Z    Compiling rustls v0.23.40
2026-07-08T22:40:58.4490383Z    Compiling anyhow v1.0.102
2026-07-08T22:40:58.5254173Z    Compiling indexmap v2.14.0
2026-07-08T22:40:58.5974775Z    Compiling const-oid v0.10.2
2026-07-08T22:40:58.6385249Z    Compiling unicode-xid v0.2.6
2026-07-08T22:40:58.6652554Z    Compiling jobserver v0.1.34
2026-07-08T22:40:58.6798491Z    Compiling atomic-waker v1.1.2
2026-07-08T22:40:58.7092040Z    Compiling convert_case v0.10.0
2026-07-08T22:40:58.7371098Z    Compiling httparse v1.10.1
2026-07-08T22:40:58.7572359Z    Compiling zerocopy v0.8.50
2026-07-08T22:40:58.7970896Z    Compiling paste v1.0.15
2026-07-08T22:40:58.8170722Z    Compiling crypto-common v0.1.7
2026-07-08T22:40:58.8311022Z    Compiling block-buffer v0.10.4
2026-07-08T22:40:58.8591170Z    Compiling parking_lot_core v0.9.12
2026-07-08T22:40:58.9041119Z    Compiling num-traits v0.2.19
2026-07-08T22:40:58.9372069Z    Compiling curve25519-dalek v4.1.3
2026-07-08T22:40:59.0260768Z    Compiling hybrid-array v0.4.12
2026-07-08T22:40:59.0377077Z    Compiling digest v0.10.7
2026-07-08T22:40:59.1616173Z    Compiling ahash v0.8.12
2026-07-08T22:40:59.2070915Z    Compiling cc v1.2.63
2026-07-08T22:40:59.2471044Z    Compiling fastrand v2.4.1
2026-07-08T22:40:59.2631385Z    Compiling either v1.16.0
2026-07-08T22:40:59.2936763Z    Compiling base64ct v1.8.3
2026-07-08T22:40:59.3162373Z    Compiling powerfmt v0.2.0
2026-07-08T22:40:59.5438394Z    Compiling deranged v0.5.8
2026-07-08T22:40:59.8386289Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T22:40:59.8720511Z    Compiling data-encoding v2.11.0
2026-07-08T22:40:59.8850910Z    Compiling tinyvec_macros v0.1.1
2026-07-08T22:40:59.9261925Z    Compiling time-core v0.1.8
2026-07-08T22:40:59.9420144Z    Compiling try-lock v0.2.5
2026-07-08T22:40:59.9663980Z    Compiling num-conv v0.2.2
2026-07-08T22:40:59.9851504Z    Compiling vcpkg v0.2.15
2026-07-08T22:41:00.0460509Z    Compiling zmij v1.0.21
2026-07-08T22:41:00.0861592Z    Compiling pkg-config v0.3.33
2026-07-08T22:41:00.2098234Z    Compiling http-body v1.0.1
2026-07-08T22:41:00.3850701Z    Compiling tower-service v0.3.3
2026-07-08T22:41:00.4030894Z    Compiling base64 v0.22.1
2026-07-08T22:41:00.4965300Z    Compiling crypto-common v0.2.2
2026-07-08T22:41:00.5002020Z    Compiling block-buffer v0.12.0
2026-07-08T22:41:00.5160854Z    Compiling want v0.3.1
2026-07-08T22:41:00.5408281Z    Compiling tinyvec v1.11.0
2026-07-08T22:41:00.7241046Z    Compiling mio v1.2.1
2026-07-08T22:41:00.7925142Z    Compiling socket2 v0.6.4
2026-07-08T22:41:00.8316871Z    Compiling getrandom v0.2.17
2026-07-08T22:41:01.1580171Z    Compiling rand_core v0.6.4
2026-07-08T22:41:01.2520922Z    Compiling rand v0.10.1
2026-07-08T22:41:01.3080735Z    Compiling uuid v1.23.2
2026-07-08T22:41:01.4261034Z    Compiling sha2 v0.10.9
2026-07-08T22:41:01.4480887Z    Compiling inout v0.1.4
2026-07-08T22:41:01.5850450Z    Compiling cmake v0.1.58
2026-07-08T22:41:01.6912206Z    Compiling parking_lot v0.12.5
2026-07-08T22:41:01.8531017Z    Compiling vergen-lib v9.1.0
2026-07-08T22:41:01.8740855Z    Compiling n0-future v0.3.2
2026-07-08T22:41:01.9261060Z    Compiling diatomic-waker v0.2.3
2026-07-08T22:41:01.9790785Z    Compiling serde_json v1.0.150
2026-07-08T22:41:02.1040729Z    Compiling parking v2.2.1
2026-07-08T22:41:02.1400554Z    Compiling winnow v1.0.3
2026-07-08T22:41:02.2611352Z    Compiling crossbeam-utils v0.8.21
2026-07-08T22:41:02.2831550Z    Compiling cordyceps v0.3.4
2026-07-08T22:41:02.3550957Z    Compiling httpdate v1.0.3
2026-07-08T22:41:02.3737581Z    Compiling signature v2.2.0
2026-07-08T22:41:02.3980059Z    Compiling spin v0.10.0
2026-07-08T22:41:02.4950752Z    Compiling futures-lite v2.6.1
2026-07-08T22:41:02.4990537Z    Compiling digest v0.11.3
2026-07-08T22:41:02.5410703Z    Compiling cipher v0.4.4
2026-07-08T22:41:02.5600602Z    Compiling ed25519 v2.2.3
2026-07-08T22:41:02.6181986Z    Compiling netlink-packet-core v0.8.1
2026-07-08T22:41:02.8000728Z    Compiling universal-hash v0.5.1
2026-07-08T22:41:02.8001725Z    Compiling vergen-lib v0.1.6
2026-07-08T22:41:02.8740927Z    Compiling vergen v9.1.0
2026-07-08T22:41:02.9270444Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T22:41:02.9528455Z    Compiling heapless v0.7.17
2026-07-08T22:41:02.9711312Z    Compiling noq-udp v0.10.0
2026-07-08T22:41:02.9890991Z    Compiling futures-buffered v0.2.13
2026-07-08T22:41:02.9990617Z    Compiling sync_wrapper v1.0.2
2026-07-08T22:41:03.0054245Z    Compiling byteorder v1.5.0
2026-07-08T22:41:03.0600316Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T22:41:03.1100920Z    Compiling allocator-api2 v0.2.21
2026-07-08T22:41:03.1361441Z    Compiling opaque-debug v0.3.1
2026-07-08T22:41:03.1850721Z    Compiling aws-lc-sys v0.41.0
2026-07-08T22:41:03.2491318Z    Compiling ring v0.17.14
2026-07-08T22:41:03.2560873Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T22:41:03.2593824Z    Compiling hash32 v0.2.1
2026-07-08T22:41:03.3381053Z    Compiling polyval v0.6.2
2026-07-08T22:41:03.4240471Z    Compiling spin v0.9.8
2026-07-08T22:41:03.5330430Z    Compiling vergen-gitcl v1.0.8
2026-07-08T22:41:03.6210521Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T22:41:03.6280205Z    Compiling num_threads v0.1.7
2026-07-08T22:41:03.7781199Z    Compiling ryu v1.0.23
2026-07-08T22:41:03.7903650Z    Compiling tower-layer v0.3.3
2026-07-08T22:41:03.8112054Z    Compiling signature v3.0.0
2026-07-08T22:41:03.8651377Z    Compiling fallible-iterator v0.3.0
2026-07-08T22:41:03.9871087Z    Compiling ghash v0.5.1
2026-07-08T22:41:04.0140410Z    Compiling time v0.3.47
2026-07-08T22:41:04.0921150Z    Compiling aes v0.8.4
2026-07-08T22:41:04.1201016Z    Compiling ctr v0.9.2
2026-07-08T22:41:04.1745415Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T22:41:04.3180311Z    Compiling fs2 v0.4.3
2026-07-08T22:41:04.4336565Z    Compiling http-body-util v0.1.3
2026-07-08T22:41:04.4512664Z    Compiling aead v0.5.2
2026-07-08T22:41:04.5287017Z    Compiling openssl-probe v0.2.1
2026-07-08T22:41:04.6000674Z    Compiling utf8parse v0.2.2
2026-07-08T22:41:04.6130885Z    Compiling arrayvec v0.7.6
2026-07-08T22:41:04.7871255Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T22:41:04.7991222Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T22:41:04.8551242Z    Compiling crossbeam-channel v0.5.15
2026-07-08T22:41:04.9150802Z    Compiling blake3 v1.8.5
2026-07-08T22:41:04.9280470Z    Compiling netlink-packet-route v0.29.0
2026-07-08T22:41:05.0390236Z    Compiling memoffset v0.6.5
2026-07-08T22:41:05.1337403Z    Compiling acto v0.8.2
2026-07-08T22:41:05.3307949Z    Compiling aes-gcm v0.10.3
2026-07-08T22:41:05.4363162Z    Compiling synstructure v0.13.2
2026-07-08T22:41:05.5077839Z    Compiling darling_core v0.20.11
2026-07-08T22:41:05.5231138Z    Compiling noq v0.18.0
2026-07-08T22:41:05.6260798Z    Compiling netwatch v0.16.0
2026-07-08T22:41:05.6826502Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T22:41:05.9173836Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T22:41:05.9291038Z    Compiling ref-cast v1.0.25
2026-07-08T22:41:06.1526462Z    Compiling identity-hash v0.1.0
2026-07-08T22:41:06.1977731Z    Compiling foldhash v0.2.0
2026-07-08T22:41:06.2821177Z    Compiling xml-rs v0.8.28
2026-07-08T22:41:06.3632795Z    Compiling lru-slab v0.1.2
2026-07-08T22:41:06.4331321Z    Compiling rustix v1.1.4
2026-07-08T22:41:06.4803644Z    Compiling rustc-hash v2.1.2
2026-07-08T22:41:06.4960018Z    Compiling mac-addr v0.3.0
2026-07-08T22:41:06.5160861Z    Compiling tagptr v0.2.0
2026-07-08T22:41:06.6090727Z    Compiling thiserror v1.0.69
2026-07-08T22:41:06.7371080Z    Compiling hashbrown v0.16.1
2026-07-08T22:41:06.9361238Z    Compiling serde_derive_internals v0.29.1
2026-07-08T22:41:07.1461011Z    Compiling netlink-packet-route v0.30.0
2026-07-08T22:41:07.3650641Z    Compiling proc-macro-crate v3.5.0
2026-07-08T22:41:07.6490688Z    Compiling xmltree v0.10.3
2026-07-08T22:41:07.7414212Z    Compiling serial-core v0.4.0
2026-07-08T22:41:08.0576438Z    Compiling termios v0.2.2
2026-07-08T22:41:08.0683507Z    Compiling errno v0.3.14
2026-07-08T22:41:08.0906300Z    Compiling ioctl-rs v0.1.6
2026-07-08T22:41:08.2210497Z    Compiling aho-corasick v1.1.4
2026-07-08T22:41:08.2340794Z    Compiling simple-dns v0.9.3
2026-07-08T22:41:08.2531028Z    Compiling constant_time_eq v0.4.2
2026-07-08T22:41:08.2720575Z    Compiling toml_write v0.1.2
2026-07-08T22:41:08.4093646Z    Compiling simdutf8 v0.1.5
2026-07-08T22:41:08.4741256Z    Compiling regex-syntax v0.8.10
2026-07-08T22:41:08.5780580Z    Compiling signal-hook v0.3.18
2026-07-08T22:41:08.7295800Z    Compiling arrayref v0.3.9
2026-07-08T22:41:08.8518266Z    Compiling linux-raw-sys v0.12.1
2026-07-08T22:41:08.8612759Z    Compiling smol_str v0.1.24
2026-07-08T22:41:08.8676439Z    Compiling serde_derive v1.0.228
2026-07-08T22:41:08.8677878Z    Compiling zeroize_derive v1.4.3
2026-07-08T22:41:08.9191902Z    Compiling tokio-macros v2.7.0
2026-07-08T22:41:08.9364280Z    Compiling zerofrom-derive v0.1.7
2026-07-08T22:41:09.0600596Z    Compiling futures-macro v0.3.32
2026-07-08T22:41:09.2010504Z    Compiling yoke-derive v0.8.2
2026-07-08T22:41:09.7781308Z    Compiling zerovec-derive v0.11.3
2026-07-08T22:41:10.0281351Z    Compiling tokio v1.52.3
2026-07-08T22:41:10.0881337Z    Compiling zeroize v1.8.2
2026-07-08T22:41:10.3790568Z    Compiling displaydoc v0.2.6
2026-07-08T22:41:10.5639870Z    Compiling futures-util v0.3.32
2026-07-08T22:41:11.1177971Z    Compiling tracing-attributes v0.1.31
2026-07-08T22:41:11.2901688Z    Compiling zerofrom v0.1.8
2026-07-08T22:41:11.3150591Z    Compiling rustls-pki-types v1.14.1
2026-07-08T22:41:11.4560989Z    Compiling yoke v0.8.3
2026-07-08T22:41:11.8020483Z    Compiling thiserror-impl v2.0.18
2026-07-08T22:41:11.8250853Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T22:41:11.8281323Z    Compiling zerotrie v0.2.4
2026-07-08T22:41:12.4840260Z    Compiling zerovec v0.11.6
2026-07-08T22:41:12.6260879Z    Compiling darling_macro v0.20.11
2026-07-08T22:41:12.9000645Z    Compiling derive_more-impl v2.1.1
2026-07-08T22:41:13.0561335Z    Compiling spez v0.1.2
2026-07-08T22:41:13.2261274Z    Compiling darling v0.20.11
2026-07-08T22:41:13.3091581Z    Compiling derive_builder_core v0.20.2
2026-07-08T22:41:13.6211152Z    Compiling n0-error-macros v0.1.3
2026-07-08T22:41:13.9325328Z    Compiling der v0.8.0-rc.10
2026-07-08T22:41:14.0527874Z    Compiling tinystr v0.8.3
2026-07-08T22:41:14.4730544Z    Compiling icu_locale_core v2.2.0
2026-07-08T22:41:14.7427869Z    Compiling potential_utf v0.1.5
2026-07-08T22:41:15.0186308Z    Compiling icu_collections v2.2.0
2026-07-08T22:41:15.3431232Z    Compiling n0-error v0.1.3
2026-07-08T22:41:15.6150382Z    Compiling derive_builder_macro v0.20.2
2026-07-08T22:41:16.0811966Z    Compiling pin-project-internal v1.1.13
2026-07-08T22:41:16.1007930Z    Compiling ed25519-dalek v2.2.0
2026-07-08T22:41:16.1051133Z    Compiling derive_builder v0.20.2
2026-07-08T22:41:16.1850595Z    Compiling cobs v0.3.0
2026-07-08T22:41:16.4981018Z    Compiling spki v0.8.0-rc.4
2026-07-08T22:41:16.6210788Z    Compiling spt-proto v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-08T22:41:16.8380751Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T22:41:16.9846538Z    Compiling icu_provider v2.2.0
2026-07-08T22:41:17.1371454Z    Compiling futures-executor v0.3.32
2026-07-08T22:41:17.4750817Z    Compiling icu_normalizer v2.2.0
2026-07-08T22:41:17.5824578Z    Compiling icu_properties v2.2.0
2026-07-08T22:41:17.7051186Z    Compiling ipnet v2.12.0
2026-07-08T22:41:18.0170854Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T22:41:18.0471013Z    Compiling futures v0.3.32
2026-07-08T22:41:18.1660911Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T22:41:18.2640496Z    Compiling pin-project v1.1.13
2026-07-08T22:41:18.3445598Z    Compiling prefix-trie v0.8.4
2026-07-08T22:41:18.7480687Z    Compiling postcard-derive v0.2.2
2026-07-08T22:41:18.9441636Z    Compiling once_cell v1.21.4
2026-07-08T22:41:19.1001031Z    Compiling data-encoding-macro v0.1.20
2026-07-08T22:41:19.1330444Z    Compiling rustls-native-certs v0.8.4
2026-07-08T22:41:19.1545744Z    Compiling num_enum_derive v0.7.6
2026-07-08T22:41:19.1849448Z    Compiling enum-assoc v1.3.0
2026-07-08T22:41:19.2046806Z    Compiling strum_macros v0.28.0
2026-07-08T22:41:19.3660850Z    Compiling tracing-core v0.1.36
2026-07-08T22:41:19.7631785Z    Compiling tokio-util v0.7.18
2026-07-08T22:41:19.8287836Z    Compiling idna_adapter v1.2.2
2026-07-08T22:41:19.8816523Z    Compiling derive_more v2.1.1
2026-07-08T22:41:19.9707871Z    Compiling idna v1.1.0
2026-07-08T22:41:20.1240971Z    Compiling netlink-sys v0.8.8
2026-07-08T22:41:20.1570920Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T22:41:20.1987535Z    Compiling postcard v1.1.3
2026-07-08T22:41:20.3264188Z    Compiling tracing v0.1.44
2026-07-08T22:41:20.5377042Z    Compiling hashbrown v0.14.5
2026-07-08T22:41:20.6643954Z    Compiling tower v0.5.3
2026-07-08T22:41:20.8201041Z    Compiling url v2.5.8
2026-07-08T22:41:20.9197436Z    Compiling async-trait v0.1.89
2026-07-08T22:41:20.9513237Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T22:41:21.1372135Z    Compiling num_enum v0.7.6
2026-07-08T22:41:21.2980512Z    Compiling netlink-proto v0.12.0
2026-07-08T22:41:21.3371164Z    Compiling netdev v0.42.0
2026-07-08T22:41:21.3840923Z    Compiling iroh-relay v0.98.0
2026-07-08T22:41:21.6966979Z    Compiling moka v0.12.15
2026-07-08T22:41:21.7185650Z    Compiling h2 v0.4.14
2026-07-08T22:41:21.7801593Z    Compiling iroh-metrics v0.38.3
2026-07-08T22:41:21.8031117Z    Compiling tokio-stream v0.1.18
2026-07-08T22:41:21.9375360Z    Compiling n0-watcher v0.6.1
2026-07-08T22:41:22.0461966Z    Compiling hashlink v0.9.1
2026-07-08T22:41:22.2712552Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T22:41:22.3640490Z    Compiling attohttpc v0.30.1
2026-07-08T22:41:22.4341057Z    Compiling tower-http v0.6.11
2026-07-08T22:41:22.6505627Z    Compiling rusqlite v0.32.1
2026-07-08T22:41:22.8470109Z    Compiling iroh-base v0.98.0
2026-07-08T22:41:22.9553913Z    Compiling serde_spanned v0.6.9
2026-07-08T22:41:23.0524775Z    Compiling toml_datetime v0.6.11
2026-07-08T22:41:23.0824560Z    Compiling ref-cast-impl v1.0.25
2026-07-08T22:41:23.2340404Z    Compiling thiserror-impl v1.0.69
2026-07-08T22:41:23.4636861Z    Compiling sha1_smol v1.0.1
2026-07-08T22:41:23.5696181Z    Compiling winnow v0.7.15
2026-07-08T22:41:23.6909561Z    Compiling resolv-conf v0.7.6
2026-07-08T22:41:23.8634867Z    Compiling strum v0.28.0
2026-07-08T22:41:24.0541426Z    Compiling iroh-dns v0.98.0
2026-07-08T22:41:24.1117039Z    Compiling regex-automata v0.4.14
2026-07-08T22:41:24.1261975Z    Compiling webpki-roots v1.0.7
2026-07-08T22:41:24.3881548Z    Compiling spt-store v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-08T22:41:24.5451506Z    Compiling schemars_derive v1.2.1
2026-07-08T22:41:24.8840607Z    Compiling signal-hook-registry v1.4.8
2026-07-08T22:41:24.8841370Z    Compiling serial-unix v0.4.0
2026-07-08T22:41:25.2180905Z    Compiling lru v0.16.4
2026-07-08T22:41:25.3550484Z    Compiling darling_core v0.23.0
2026-07-08T22:41:25.4821512Z    Compiling serde_bytes v0.11.19
2026-07-08T22:41:25.6031151Z    Compiling seize v0.5.1
2026-07-08T22:41:25.7150692Z    Compiling hmac v0.12.1
2026-07-08T22:41:25.9590971Z    Compiling iroh v0.98.2
2026-07-08T22:41:25.9981066Z    Compiling bitflags v1.3.2
2026-07-08T22:41:26.1681038Z    Compiling dyn-clone v1.0.20
2026-07-08T22:41:26.2410795Z    Compiling rustix v0.38.44
2026-07-08T22:41:26.3901047Z    Compiling pin-utils v0.1.0
2026-07-08T22:41:26.4430951Z    Compiling cmov v0.5.4
2026-07-08T22:41:26.4871398Z    Compiling nix v0.25.1
2026-07-08T22:41:26.4885760Z    Compiling filedescriptor v0.8.3
2026-07-08T22:41:26.5031246Z    Compiling papaya v0.2.4
2026-07-08T22:41:26.8580846Z    Compiling ctutils v0.4.2
2026-07-08T22:41:26.8830360Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T22:41:26.9751176Z    Compiling hkdf v0.12.4
2026-07-08T22:41:27.1570919Z    Compiling serial v0.4.0
2026-07-08T22:41:27.2611695Z    Compiling toml_edit v0.22.27
2026-07-08T22:41:27.2800647Z    Compiling backon v1.6.0
2026-07-08T22:41:27.4660889Z    Compiling anstyle-parse v1.0.0
2026-07-08T22:41:27.5680613Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T22:41:27.6406321Z    Compiling anstyle v1.0.14
2026-07-08T22:41:27.8126262Z    Compiling shell-words v1.1.1
2026-07-08T22:41:27.8395981Z    Compiling schemars v1.2.1
2026-07-08T22:41:27.8991964Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T22:41:28.0342100Z    Compiling anstyle-query v1.1.5
2026-07-08T22:41:28.0343282Z    Compiling linux-raw-sys v0.4.15
2026-07-08T22:41:28.1528013Z    Compiling colorchoice v1.0.5
2026-07-08T22:41:28.2120796Z    Compiling instability v0.3.12
2026-07-08T22:41:28.2490273Z    Compiling downcast-rs v1.2.1
2026-07-08T22:41:28.2824839Z    Compiling foldhash v0.1.5
2026-07-08T22:41:28.3460616Z    Compiling anstream v1.0.0
2026-07-08T22:41:28.4845335Z    Compiling regex v1.12.3
2026-07-08T22:41:28.6946559Z    Compiling hashbrown v0.15.5
2026-07-08T22:41:29.0976273Z    Compiling vte v0.13.1
2026-07-08T22:41:29.7703827Z    Compiling spt-msg v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-08T22:41:29.9641691Z    Compiling terminal_size v0.4.4
2026-07-08T22:41:30.1600703Z    Compiling signal-hook-mio v0.2.5
2026-07-08T22:41:30.3440891Z    Compiling hyper v1.10.1
2026-07-08T22:41:30.6631148Z    Compiling spake2 v0.4.0
2026-07-08T22:41:30.7062037Z    Compiling strum_macros v0.26.4
2026-07-08T22:41:30.9790563Z    Compiling itertools v0.13.0
2026-07-08T22:41:31.2070544Z    Compiling sha1 v0.10.6
2026-07-08T22:41:31.2328751Z    Compiling castaway v0.2.4
2026-07-08T22:41:31.4001002Z    Compiling toml v0.8.23
2026-07-08T22:41:31.5782124Z    Compiling darling_macro v0.23.0
2026-07-08T22:41:31.7270954Z    Compiling clap_lex v1.1.0
2026-07-08T22:41:31.8210403Z    Compiling portable-pty v0.8.1
2026-07-08T22:41:32.1814780Z    Compiling darling v0.23.0
2026-07-08T22:41:32.2340600Z    Compiling unicode-width v0.1.14
2026-07-08T22:41:32.2789944Z    Compiling static_assertions v1.1.0
2026-07-08T22:41:32.3340368Z    Compiling spt-runtime v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-08T22:41:32.4235137Z    Compiling indoc v2.0.7
2026-07-08T22:41:32.7001160Z    Compiling doctest-file v1.1.1
2026-07-08T22:41:33.0203253Z    Compiling spt-term v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-08T22:41:33.1191066Z    Compiling hyper-util v0.1.20
2026-07-08T22:41:33.3927832Z    Compiling interprocess v2.4.2
2026-07-08T22:41:33.6135392Z    Compiling compact_str v0.8.2
2026-07-08T22:41:33.7786491Z    Compiling clap_builder v4.6.0
2026-07-08T22:41:33.9241995Z    Compiling crossterm v0.28.1
2026-07-08T22:41:34.0977538Z    Compiling lru v0.12.5
2026-07-08T22:41:34.2135424Z    Compiling clap_derive v4.6.1
2026-07-08T22:41:34.3227669Z    Compiling cassowary v0.3.0
2026-07-08T22:41:34.4200005Z    Compiling strum v0.26.3
2026-07-08T22:41:34.6999993Z    Compiling unicode-truncate v1.1.0
2026-07-08T22:41:34.7260551Z    Compiling unicode-width v0.2.0
2026-07-08T22:41:34.7581570Z    Compiling iana-time-zone v0.1.65
2026-07-08T22:41:34.9981413Z    Compiling chrono v0.4.45
2026-07-08T22:41:35.2371010Z    Compiling nucleo-matcher v0.3.1
2026-07-08T22:41:35.2711131Z    Compiling qrcode v0.14.1
2026-07-08T22:41:35.2895525Z    Compiling tempfile v3.27.0
2026-07-08T22:41:36.0898096Z    Compiling ratatui v0.29.0
2026-07-08T22:41:36.3335261Z    Compiling igd-next v0.17.1
2026-07-08T22:41:37.2742066Z    Compiling spt-live v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-08T22:41:38.1960687Z    Compiling portmapper v0.16.0
2026-07-08T22:41:38.6880573Z    Compiling clap v4.6.1
2026-07-08T22:41:47.7112478Z    Compiling rustls-webpki v0.103.13
2026-07-08T22:41:51.2363266Z    Compiling tokio-rustls v0.26.4
2026-07-08T22:41:51.2363886Z    Compiling noq-proto v0.17.0
2026-07-08T22:41:51.2364271Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T22:41:51.4465136Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T22:41:51.4466460Z    Compiling hyper-rustls v0.27.9
2026-07-08T22:41:51.4467169Z    Compiling tokio-websockets v0.13.2
2026-07-08T22:41:51.6813195Z    Compiling reqwest v0.13.4
2026-07-08T22:41:53.1848368Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T22:42:13.8617561Z    Compiling spt-net v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-08T22:42:15.9836543Z    Compiling spt-daemon v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-08T22:42:28.2505093Z    Compiling spt v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-08T22:42:35.2659024Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
2026-07-08T22:42:35.2946139Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-fcfd220d3d8df4b9)
2026-07-08T22:42:35.2962877Z 
2026-07-08T22:42:35.2964843Z running 1 test
2026-07-08T22:42:41.4981591Z test new_brain_serves_against_old_broker ... ok
2026-07-08T22:42:41.4982005Z 
2026-07-08T22:42:41.4982387Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-08T22:42:41.4982840Z 
2026-07-08T22:42:41.5318544Z Post job cleanup.
2026-07-08T22:42:41.6226934Z [command]/usr/bin/git version
2026-07-08T22:42:41.6266025Z git version 2.43.0
2026-07-08T22:42:41.6305444Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/66071e38-0c0f-4349-a5e4-258d060a349b' before making global git config changes
2026-07-08T22:42:41.6306758Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T22:42:41.6310551Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T22:42:41.6345836Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T22:42:41.6377934Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T22:42:41.6605670Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T22:42:41.6634360Z http.https://github.com/.extraheader
2026-07-08T22:42:41.6645775Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-08T22:42:41.6681254Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T22:42:41.6908210Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T22:42:41.6959935Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T22:42:41.7434025Z Cleaning up orphan processes
2026-07-08T22:42:41.8469749Z Terminate orphan process: pid (1002691) (spt)
